Skip to main content
GET
List creatives. Advertiser sees own only.

Authorizations

Authorization
string
header
required

Bearer authentication. Pass the access token in the Authorization: Bearer <token> header.

Query Parameters

advertiser_id
string<uuid> | null

Filter by advertiser ID.

type
enum<string> | null

Filter by creative type.

Available options:
banner,
video,
native
status
enum<string> | null

Filter by creative status.

Available options:
inactive,
active
keyword
string | null

Search keyword for creative name.

ids
string<uuid>[] | null

Filter by creative IDs.

page
integer
default:1

Page number.

Required range: x >= 1
page_size
integer
default:20

Items per page.

Required range: 1 <= x <= 100

Response

Successful Response

items
CreativeWithLICACountResponse · object[]
required
pagination
PageInfo · object
required